home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / mui / mui_developer / c / dlib / classnames.c < prev    next >
Text File  |  1997-03-10  |  3KB  |  131 lines

  1. const char MUIC_Group[] = "Group.mui";
  2.  
  3. const char MUIC_Family[] = "Family.mui";
  4.  
  5. const char MUIC_Notify[] = "Notify.mui";
  6.  
  7. const char MUIC_Area[] = "Area.mui";
  8.  
  9. const char MUIC_Rectangle[] = "Rectangle.mui";
  10.  
  11. const char MUIC_Menu[] = "Menu.mui";
  12.  
  13. const char MUIC_Menuitem[] = "Menuitem.mui";
  14.  
  15. const char MUIC_Menustrip[] = "Menustrip.mui";
  16.  
  17. const char MUIC_Application[] = "Application.mui";
  18.  
  19. const char MUIC_Window[] = "Window.mui";
  20.  
  21. const char MUIC_Image[] = "Image.mui";
  22.  
  23. const char MUIC_Text[] = "Text.mui";
  24.  
  25. const char MUIC_Gadget[] = "Gadget.mui";
  26.  
  27. const char MUIC_Prop[] = "Prop.mui";
  28.  
  29. const char MUIC_String[] = "String.mui";
  30.  
  31. const char MUIC_List[] = "List.mui";
  32.  
  33. const char MUIC_Cycle[] = "Cycle.mui";
  34.  
  35. const char MUIC_Scrollbar[] = "Scrollbar.mui";
  36.  
  37. const char MUIC_Value[] = "Value.mui";
  38.  
  39. const char MUIC_Numeric[] = "Numeric.mui";
  40.  
  41. const char MUIC_Slider[] = "Slider.mui";
  42.  
  43. const char MUIC_Listview[] = "Listview.mui";
  44.  
  45. const char MUIC_Radio[] = "Radio.mui";
  46.  
  47. const char MUIC_Popstring[] = "Popstring.mui";
  48.  
  49. const char MUIC_Popobject[] = "Popobject.mui";
  50.  
  51. const char MUIC_Poplist[] = "Poplist.mui";
  52.  
  53. const char MUIC_Register[] = "Register.mui";
  54.  
  55. const char MUIC_Bitmap[] = "Bitmap.mui";
  56.  
  57. const char MUIC_Bodychunk[] = "Bodychunk.mui";
  58.  
  59. const char MUIC_Balance[] = "Balance.mui";
  60.  
  61. const char MUIC_Semaphore[] = "Semaphore.mui";
  62.  
  63. const char MUIC_Applist[] = "Applist.mui";
  64.  
  65. const char MUIC_Cclist[] = "Cclist.mui";
  66.  
  67. const char MUIC_Dataspace[] = "Dataspace.mui";
  68.  
  69. const char MUIC_Configdata[] = "Configdata.mui";
  70.  
  71. const char MUIC_Mccprefs[] = "Mccprefs.mui";
  72.  
  73. const char MUIC_Volumelist[] = "Volumelist.mui";
  74.  
  75. const char MUIC_Floattext[] = "Floattext.mui";
  76.  
  77. const char MUIC_Dirlist[] = "Dirlist.mui";
  78.  
  79. const char MUIC_Gauge[] = "Gauge.mui";
  80.  
  81. const char MUIC_Knob[] = "Knob.mui";
  82.  
  83. const char MUIC_Levelmeter[] = "Levelmeter.mui";
  84.  
  85. const char MUIC_Scale[] = "Scale.mui";
  86.  
  87. const char MUIC_Boopsi[] = "Boopsi.mui";
  88.  
  89. const char MUIC_Virtgroup[] = "Virtgroup.mui";
  90.  
  91. const char MUIC_Colorfield[] = "Colorfield.mui";
  92.  
  93. const char MUIC_Coloradjust[] = "Coloradjust.mui";
  94.  
  95. const char MUIC_Palette[] = "Palette.mui";
  96.  
  97. const char MUIC_Scrollgroup[] = "Scrollgroup.mui";
  98.  
  99. const char MUIC_Penadjust[] = "Penadjust.mui";
  100.  
  101. const char MUIC_Numericbutton[] = "Numericbutton.mui";
  102.  
  103. const char MUIC_Settingsgroup[] = "Settingsgroup.mui";
  104.  
  105. const char MUIC_Settings[] = "Settings.mui";
  106.  
  107. const char MUIC_Frameadjust[] = "Frameadjust.mui";
  108.  
  109. const char MUIC_Imageadjust[] = "Imageadjust.mui";
  110.  
  111. const char MUIC_Framedisplay[] = "Framedisplay.mui";
  112.  
  113. const char MUIC_Imagedisplay[] = "Imagedisplay.mui";
  114.  
  115. const char MUIC_Pendisplay[] = "Pendisplay.mui";
  116.  
  117. const char MUIC_Aboutmui[] = "Aboutmui.mui";
  118.  
  119. const char MUIC_Popimage[] = "Popimage.mui";
  120.  
  121. const char MUIC_Popframe[] = "Popframe.mui";
  122.  
  123. const char MUIC_Poppen[] = "Poppen.mui";
  124.  
  125. const char MUIC_Popscreen[] = "Popscreen.mui";
  126.  
  127. const char MUIC_Popasl[] = "Popasl.mui";
  128.  
  129. const char MUIC_Dtpic[] = "Dtpic.mui";
  130.  
  131.